home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1SWEJ03 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.2 KB  |  23 lines

  1. package com.sun.java.swing.plaf.metal;
  2.  
  3. import java.beans.PropertyChangeEvent;
  4. import java.beans.PropertyChangeListener;
  5. import java.io.Serializable;
  6.  
  7. class MetalDesktopIconUI$TitleListener implements PropertyChangeListener, Serializable {
  8.    // $FF: synthetic field
  9.    MetalDesktopIconUI this$0;
  10.  
  11.    public void propertyChange(PropertyChangeEvent e) {
  12.       if (e.getPropertyName().equals("title")) {
  13.          this.this$0.button.setText((String)e.getNewValue());
  14.       }
  15.  
  16.    }
  17.  
  18.    // $FF: synthetic method
  19.    MetalDesktopIconUI$TitleListener(MetalDesktopIconUI this$0) {
  20.       this.this$0 = this$0;
  21.    }
  22. }
  23.